home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Sound / Learning / Music Gym / Reference / card_3709.txt < prev    next >
Text File  |  1993-04-24  |  1KB  |  61 lines

  1. -- card: 3709 from stack: in
  2. -- bmap block id: 3917
  3. -- flags: 0000
  4. -- background id: 2647
  5. -- name: Major Scales
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=322 top=307 right=329 bottom=422
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Scale Practice
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go "Scales"
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 8003
  29. -- rect: left=208 top=307 right=329 bottom=318
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Key Signatures
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go "KeySignatures"
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 8003
  47. -- rect: left=105 top=306 right=328 bottom=205
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Minor Scales
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect iris open to card
  59.   go to card "minor scales" of stack "reference"
  60. end mouseUp
  61.